OCI runtime exec failed: exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown
NickName:Naga Ask DateTime:2018-06-12T04:01:49

OCI runtime exec failed: exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown

I am trying to bringup my fabric network. I got my orderers organization started. I got my peer organizations started. I got my cli started. after that request is failing with

OCI runtime exec failed:

exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown 

Copyright Notice:Content Author:「Naga」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/50805205/oci-runtime-exec-failed-exec-failed-container-linux-go348-starting-containe

Answers
Bolek Tekielski 2018-06-12T20:21:03

The error means that either working_dir is undefined, or it does not exist.\nCzeck the cli section in your docker-compose file for the above setting.",


More about “OCI runtime exec failed: exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown” related questions

OCI runtime exec failed: exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown

I am trying to bringup my fabric network. I got my orderers organization started. I got my peer organizations started. I got my cli started. after that request is failing with OCI runtime exec

Show Detail

cannot execute docker container making error that OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused

I tried executing docker container but cannot execute. Error message below. OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "process_linux.go:101:

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused \"exec

Failed to start a docker with docker compose on MAC (docker desktop) Here is the output from docker inspect: { "Start": "2019-06-10T13:30:15.2105502Z", ...

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec:

I have created image with our application, after running the image i can see the docker containers are also created, when I am trying to getinto the docker container i am getting the below error, c...

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused:exec:"sh":executable file not found in $PATH:unknown

I'm using command: sudo docker exec -it 70f898d63375 sh to enter inside my docker with container id mentioned above. But I'm getting error: OCI runtime exec failed: exec failed: container_linux.g...

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: <PATH>:

I've created a astronomer airflow directory home\acoppers\astronomer. I ran docker db init and docker astro start to get my containers running. I want to authenticate my scheduler container to gclo...

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"mysql\":

I'm getting: "OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"mysql\": executable file not found in $PATH": unknown" while passing below

Show Detail

OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused: exec: "\\":

Hello i am new to docker and i am following the documentation in the website of API Platform to install mongodb with docker-compose in but i have a problem. I have installed the api-platform destri...

Show Detail

OCI runtime exec failed

since today i have got an error message with various docker commands. Unfortunately I don't really know what to do with it. Does anyone have any idea what the problem could be and how I fix it? Err...

Show Detail

Run a shell script using kubectl exec - OCI runtime exec failed: exec failed: container_linux.go:346

I am trying a run a shell script via kubectl exec. Eg- kubectl exec -n abc podxyz -- /root/test/./generate.sh The script runs in the podxyz container but returns the below error, breaking the rest...

Show Detail